home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / builderExamples / beep / MainWindow0.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  646 b   |  27 lines

  1. //////////////////////////////////////////////////////////////
  2. //
  3. // Header file for MainWindow0
  4. //
  5. //    This file is generated by BuildXcessory. DO NOT MODIFY. 
  6. //    USE SUBCLASSING INSTEAD
  7. //
  8. //    This class is a ViewKit VkWindow subclass
  9. //
  10. //    If you directly modify this file, you may lose your 
  11. //    changes if it is  regenerated by the builder again.
  12. //
  13. //////////////////////////////////////////////////////////////
  14. #ifndef MAINWINDOW0_H
  15. #define MAINWINDOW0_H
  16. #include <Vk/VkWindow.h>
  17.  
  18. class MainWindow0: public VkWindow { 
  19.  
  20.   public:
  21.  
  22.     MainWindow0(const char * name );
  23.     ~MainWindow0();
  24.     const char *className();
  25. };
  26. #endif
  27.